added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSASPNETShareSessionBetweenSubDomains / CSASPNETShareSessionBetweenSubDomainsSite1 / CSASPNETShareSessionBetweenSubDomainsSite1.csproj
blob8415458e1c1836c907d60a7d229c55212078a94d
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{6CB00119-688F-42FA-9261-3874B1E3D44F}</ProjectGuid>
10     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11     <OutputType>Library</OutputType>
12     <AppDesignerFolder>Properties</AppDesignerFolder>
13     <RootNamespace>CSASPNETShareSessionBetweenSubDomainsSite1</RootNamespace>
14     <AssemblyName>CSASPNETShareSessionBetweenSubDomainsSite1</AssemblyName>
15     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="System.Web" />
36     <Reference Include="System" />
37   </ItemGroup>
38   <ItemGroup>
39     <Content Include="Default.aspx" />
40     <Content Include="Web.config" />
41     <Content Include="Web.Debug.config">
42       <DependentUpon>Web.config</DependentUpon>
43     </Content>
44     <Content Include="Web.Release.config">
45       <DependentUpon>Web.config</DependentUpon>
46     </Content>
47   </ItemGroup>
48   <ItemGroup>
49     <Compile Include="Default.aspx.cs">
50       <DependentUpon>Default.aspx</DependentUpon>
51       <SubType>ASPXCodeBehind</SubType>
52     </Compile>
53     <Compile Include="Default.aspx.designer.cs">
54       <DependentUpon>Default.aspx</DependentUpon>
55     </Compile>
56     <Compile Include="Properties\AssemblyInfo.cs" />
57   </ItemGroup>
58   <ItemGroup>
59     <ProjectReference Include="..\CSASPNETShareSessionBetweenSubDomainsModule\CSASPNETShareSessionBetweenSubDomainsModule.csproj">
60       <Project>{47861757-91B6-4F74-A198-A43544E2069B}</Project>
61       <Name>CSASPNETShareSessionBetweenSubDomainsModule</Name>
62     </ProjectReference>
63   </ItemGroup>
64   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
65   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
66   <ProjectExtensions>
67     <VisualStudio>
68       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
69         <WebProjectProperties>
70           <UseIIS>False</UseIIS>
71           <AutoAssignPort>True</AutoAssignPort>
72           <DevelopmentServerPort>20097</DevelopmentServerPort>
73           <DevelopmentServerVPath>/</DevelopmentServerVPath>
74           <IISUrl>
75           </IISUrl>
76           <NTLMAuthentication>False</NTLMAuthentication>
77           <UseCustomServer>False</UseCustomServer>
78           <CustomServerUrl>
79           </CustomServerUrl>
80           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
81         </WebProjectProperties>
82       </FlavorProperties>
83     </VisualStudio>
84   </ProjectExtensions>
85   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
86        Other similar extension points exist, see Microsoft.Common.targets.
87   <Target Name="BeforeBuild">
88   </Target>
89   <Target Name="AfterBuild">
90   </Target>
91   -->
92 </Project>